Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Fraction<T> Structure
Indicate the type of numerator and denominator.
Members

In This Topic
    Fraction<T> Structure
    In This Topic
    Represents nn expression that indicates the quotient of two quantities.
    Object Model
    Fraction<T> Structure
    Syntax
    'Declaration
     
    
    Public Structure Fraction(Of T) 
       Inherits System.ValueType
    public struct Fraction<T> : System.ValueType 
    Type Parameters
    T
    Indicate the type of numerator and denominator.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Framework.Mathematics.Fraction<T>

    See Also